tooltipwindow: Don't restrict minimum tooltip label length
authorAlexander Mikhaylenko <alexm@gnome.org>
Fri, 15 Apr 2022 23:48:21 +0000 (03:48 +0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 21 Apr 2022 23:26:03 +0000 (19:26 -0400)
commit7cc49ba2886ddd43c3ab47c42cb00e755f334d69
tree4b602506df2d4b0b9c12cfb4c44801f3c162ab9c
parent6809a7832150c7269e12580dbf3ba6b426aa3fb0
tooltipwindow: Don't restrict minimum tooltip label length

We only care about wrapping at that length, we still want short tooltips
for short labels.

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3741
gtk/gtktooltipwindow.c